-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default to chromium and add deprecation warning for phantom. #21505
Default to chromium and add deprecation warning for phantom. #21505
Conversation
💔 Build Failed |
Seems like build failure may have been an interruption:
jenkins, test this |
💚 Build Succeeded |
e09c617
to
a543b04
Compare
💚 Build Succeeded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Didn't pull down and run.
return true; | ||
} | ||
const releaseNumber = parseInt(release, 10); | ||
return releaseNumber >= 7.0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a bit odd to see a parseInt followed by a floating point comparison. I know this is JS, and it doesn't matter, but it seems like this should be >= 7
.
…07-31-default-to-chromium
💚 Build Succeeded |
cc @LeeDr @rashidkpc @w33ble -- We have flipped the default switch to Chromium. When testing the canvas merge, please rebase and let us know if there are any issues! I'm hoping their won't be because Canvas only worked on chromium as it was, but, wanted all to be aware! |
…#21505) * Default to chromium and add deprecation warning for phantom. * use int, not float
We'll start rolling out chromium as the default to our cloud users in 6.4. As long as that goes smoothly, we will default to chromium starting in 6.5.
Doing this now, instead of waiting till the last minute in 6.5 will give us some more chromium usage, any time dev's create reports.
If we hit any blockers, we can roll back the PR and switch back to phantom.